PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetGraphicsStateOperator Method
ID of the graphics state in the Resources dictionary
The graphics state dictionary
In This Topic
    analyzeSetGraphicsStateOperator Method
    In This Topic
    Called when gs operator is found.
    Syntax
    public void analyzeSetGraphicsStateOperator( 
       PDFCosName cosGraphicsStateID,
       PDFCosDictionary cosGraphicsState
    )

    Parameters

    cosGraphicsStateID
    ID of the graphics state in the Resources dictionary
    cosGraphicsState
    The graphics state dictionary
    See Also